home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / TELIXSWC.ZIP;1 / APOGMAIL.SLT next >
Encoding:
Text File  |  1994-06-19  |  1006 b   |  26 lines

  1. main ()
  2. {
  3.    dial ("4",0);
  4.            waitfor ("Enter Language # to use (Enter)=no change? ",30);
  5.            cputs ("^M");
  6.            waitfor ("Do you want graphics (Enter)=no? ",30);
  7.            cputs ("^M");
  8.            waitfor ("What is your first name? ",30);
  9.            cputs ("xxxxxxxx xxx xxxxxxxx^M"); // Enter your fname lname password here
  10.            waitfor ("Press any key to continue...",30);
  11.            cputs (" ");
  12.            waitfor ("Scan Message Base Since 'Last Read' (Enter)=yes? ",30);
  13.            cputs ("n^M");
  14.            waitfor (" Main Board Command? ",30);
  15.            cputs ("mail^M");
  16.            waitfor (" Cam-Mail Command? ",30);
  17.            cputs ("d^M");
  18.            waitfor ("messages (Enter)=yes? ",30);
  19.            cputs ("^M"); 
  20.            waitfor (" Cam-Mail Command? ",30);
  21.            cputs ("ug^M");
  22.            send('Z',"C:\telix\swcreate.rep"); // This should be the name of your .Rep packet
  23.            hangup();
  24.            exittelix ('0', '1');
  25. }
  26.